home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.magRune >= 20 && this.timey.timer == 100)
- {
- _root.magRune -= 20;
- this.timey.timer = 0;
- this.timey.timeIt = 0.17 + _root.spe * 0.01;
- if(this.timey.timeIt > 1)
- {
- this.timey.timeIt = 1;
- }
- this.timey._visible = true;
- _root.sheildy._visible = true;
- _root.sheildUp = true;
- _root.sheildy.timeIt = 320;
- }
- else
- {
- _root.messy = "Not enough Runes";
- }
- }
-